-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update how UFS names restart files #1593
Conversation
* write all restarts as YYYYMMDD.HHMMSS.MOM.resX * includes stoch restarts * write final restart with timestamp * change nems=>ufs
…n-20230206 update to MOM6 main 20230206 commit
…enames update how UFS names restarts
Codecov Report
@@ Coverage Diff @@
## main #1593 +/- ##
==========================================
+ Coverage 35.91% 37.22% +1.30%
==========================================
Files 260 263 +3
Lines 72016 73074 +1058
Branches 13593 13608 +15
==========================================
+ Hits 25867 27203 +1336
+ Misses 41101 40864 -237
+ Partials 5048 5007 -41
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As noted, these changes are limited in their scope to the NUOPC coupler- that seem reasonable for the said purpose.
(However, if I may suggest, rather than doing this way, touching Coupler that spans outside the UFS utility, perhaps best to have flexibility in your UFS workflow tool- anyway do as you wish!)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No impact on CESM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
COAPS approves
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The indentation is not according to MOM6 guidelines in config_src/drivers/nuopc_cap/mom_cap.F90, lines 1702-1705
I'll approve subject to this being fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GFDL approves this PR.
We agree with @kshedstrom with respect to whitespace in the write()
statements (specifically after commas), but we're OK with fixing this up in a later PR.
thanks for all reviewers' quick action, we will fix the extra whitespace in a later PR. |
in order to have an unified style of restart file naming among UFS sub components, this mini PR
the code changes are only within ufs loop in nuopc drive so it's unlikely to have impact for other users.
As usual we ask reviewers to help us check the code to make sure it won't break your current settings.